ComponentOne Xamarin.iOS
Attach Method


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1Behavior<T> Class : Attach Method
The view to which the behavior is attached.
Attaches the behavior to a UIKit.UIView.
Syntax
'Declaration
 
Public Sub Attach( _
   ByVal view As T _
) 
'Usage
 
Dim instance As C1Behavior(Of T)
Dim view As T
 
instance.Attach(view)
public void Attach( 
   T view
)

Parameters

view
The view to which the behavior is attached.
See Also

Reference

C1Behavior<T> Class
C1Behavior<T> Members